@charset "utf-8";
/* CSS Document */
*{
	padding:0;
    margin:0;
}

#all{
	width:100%;
	height:100%;
}
#harder{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid lightgrey;
    background-color: white;
    position: fixed;
	
}
#harder_l{
    width: 200px;
    height: 100px;
    float: left;
    
   	
	padding-left: 20px;
}
#harder_r{
	height:100px;
	margin-left:220px;
	padding-top: 30px;
	
	
}
.menu{
	width:auto;
	height:100px;
	
}
nav.menu ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
nav.menu .ul1 li{
    width: 150px;
    height: 50px;
    line-height: 50px;
	background-color:white;
    text-align: center;
	color:#8B7113;
    float: left;	
	position: relative;
}
/*从此处开始为二级菜单*/
nav.menu .ul2 {
    position: absolute;
    width: 280px;
    left: 0px;
    top: 50px;
    display: none;
    padding-left: 0px;
    border-top-style: solid;
    border-top-color: #F1181B;
}
nav.menu .ul2 li{
    width: 280px;
    border-bottom: thin solid #837F7F;
}
nav.menu .ul1 li:hover{
    background-color: #B38F48;
    color: #FBF7F7;
  
}

nav.menu .ul1 li:hover .ul2{
    display: block;
    border-top-style: none;
    border-top-width: thin;  
}
#grid_1{
	height:100px;
	position: 
	
}
#main_list{
    width: 1200px;
    height: 50px;
    color: white;
    margin-left: 90px;
    margin-right: 90px;
    padding-left: 2px;
    padding-top: 25px;
	background-color:#7B5C10;
    border-bottom-width: 1px;
   
}

#banner{
	width:1200px;
    height: 400px;
    margin-left: 90px;
    margin-right: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#7B5C10;
   
}
#banner_l{
	width:600px;
	height:400px;
	float:left;
}
#banner_l img{
	margin-top: 0px;
}

#banner_r{
	width:600px;
	height:400px;
	float:right;

}
#banner_r h1{
	
	padding-top: 50px;
	padding-left: 80px;
	
}
#banner_r p{
    text-align: left;	
	padding-left: 50px;
	padding-top: 30px;
	padding-right: 20px;
}

#content{
	width:1200px;
	height:3680px;
	margin-left: 90px;
	margin-right: 90px;
	border: 1px solid lightgrey;
}
.topic{
    width: 1200px;
    height: 30px;
    margin-top: 10px;
    color: #7B5C10;
    border-bottom: 1px solid lightgrey;
    font-size: large;
}
.grid{
	width:850px;
	height:1153px;
	float:left;
	border:15px solid white;
}

#content p{
    color: #8B7113;
    text-align: center;
    font-size: 20px;
   
}

#footer{
    width: 100%;
    height: 350px;
    background-color: #7B5C10;
   
}
#footer_1of4{
    width: 300px;
    height: 200px;
    float: left;
    color: #FBF7F7;	
	margin-top: 20px;
	margin-left: 20px;
}
#footer_2of4{
    width: 300px;
    height: 200px;
    float: left;
    color: #FBF7F7;
    font-size: small;
    text-align: center;
	padding-top: 20px;
}
#h3{
    width: 300px;
    background-color: white;
    text-align: center;
    padding-top: 0px;
    
}
#footer_3of4{
	width: 300px;
    height: 200px;
    float: left;
    color: #FBF7F7;
    font-size: small;
    text-align: center;
	padding-top: 20px;
}
#footer_4of4{
	width: 300px;
    height: 200px;
    float: left;
    color: #FBF7F7;
    font-size: small;
    text-align: center;
	padding-top: 120px;
	
}
h6{
    color: dimgray;
	font-size: 14px;
}
